home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo -------------------------------------------------------------------
- echo The file 'REGISTER.FRM' must be in the current directory.
- echo This batch script assumes that you have your printer on device PRN.
- echo -------------------------------------------------------------------
- echo If you have no idea what this means, or if this is correct,
- echo activate your printer now and press any key to print the
- echo registration form.
- echo -------------------------------------------------------------------
- echo Otherwise, type Control-Break now.
- echo -------------------------------------------------------------------
- pause
- copy register.frm prn >nul
-